home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9708 / 000050_owner-linux-arm…r.rutgers.edu _Wed Aug 20 12:14:07 1997.msg < prev    next >
Internet Message Format  |  1997-11-30  |  4KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id MAA29116
  4.     for <willy@odie.fluff.org>; Wed, 20 Aug 1997 12:13:23 +0100
  5. Received: from vger.rutgers.edu ([128.6.190.2] EHLO vger.rutgers.edu ident: root [port 1305]) by nic.funet.fi with ESMTP id <2436-31705>; Wed, 20 Aug 1997 14:09:05 +0300
  6. Received: by vger.rutgers.edu id <971938-240>; Wed, 20 Aug 1997 07:06:39 -0400
  7. Received: from HOST.30.82.ixos.de ([149.235.30.82] EHLO ultima.ixos.de ident: IDENT-NOT-QUERIED [port 33628]) by vger.rutgers.edu with ESMTP id <971965-244> convert rfc822-to-8bit; Wed, 20 Aug 1997 06:59:34 -0400
  8. Received: from mickey.munich.ixos.de (mickey.ixos.de [149.235.50.225])
  9.           by ultima.ixos.de (Netscape Mail Server v2.02) with SMTP
  10.           id AAA5953 for <linux-arm@vger.rutgers.edu>;
  11.           Wed, 20 Aug 1997 13:01:26 +0200
  12. Received: by mickey.munich.ixos.de with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63)
  13.     id <01BCAD69.A80C21F0@mickey.munich.ixos.de>; Wed, 20 Aug 1997 13:04:56 +0200
  14. Message-ID: <c=DE%a=_%p=ixos%l=MICKEY-970820110453Z-20454@mickey.munich.ixos.de>
  15. From: "Roland Groepmair" <roland.groepmair@munich.ixos.de>
  16. To: "'linux-arm@vger.rutgers.edu'" <linux-arm@vger.rutgers.edu>
  17. Subject: RE: Linux on CD 
  18. Date:     Wed, 20 Aug 1997 13:04:53 +0200
  19. X-Mailer:  Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63
  20. MIME-Version: 1.0
  21. Content-Type: text/plain; charset="us-ascii"
  22. Content-Transfer-Encoding: 8BIT
  23. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  24. Sender: owner-linux-arm@vger.rutgers.edu
  25. Precedence: bulk
  26. Status: RO
  27.  
  28. Hello!
  29.  
  30. Watching this discussion about contollers and ARM Linux, 
  31. my old (not really answered) question (7/7/97) comes again
  32. (I'm sorry, but I don't give up!):  =8-)
  33.  
  34. I have a Cumana SCSI-2 Adapter. Will it be supported by ARM Linux in the future?
  35. Although I wanna install on an IDE HD, my CD-ROM is connected with the SCSI-Adapter.
  36.  
  37. The technical specification is:
  38.  
  39. Podule ID's: I used the kernel loader v3.13 (May 11 1997) and the kernel dated 30. Jun 1997, 12:47:20. I think you are interested in the message 
  40. "Installed expansion cards: 
  41. 0: [003A:003A] SCSI-2 & CDFS Expansion Card"
  42.  
  43. The hardware information is:
  44. CUMANA 16/32 BIT SCSI II
  45. DRG NO CL1822 ISS53
  46. FCQR26343/B 3594
  47. Ser No 1300
  48.  
  49. I have found the following major ICs:
  50. - 74HC652AP (four times)
  51. - MC74AC04N
  52. - Flash N28F010
  53.   -150
  54.   U41013J2
  55. - FLEXlogic Intel
  56.   N68FX740-15
  57.   L3462425
  58. - Emulex
  59.   2400148
  60.   FAS 216
  61.   E MR 03448
  62.   N9311
  63. - AMI 9437LTE
  64.   22CV10AP-25
  65.   
  66. and four small chips
  67.  
  68.  
  69. Thanks, Roland
  70.  
  71. --- the one who wishes to use ARM Linux one day ---
  72. ----------
  73. From:     Andy Armstrong[SMTP:andy@wonderworks.co.uk]
  74. Sent:     Tuesday, August 19, 1997 5:55 PM
  75. To:     linux-arm@vger.rutgers.edu
  76. Subject:     Re: Linux on CD 
  77.  
  78. There are a number of products:
  79.  
  80. 8 bit SCSI regular podule, 8 bit SCSI micropodule, 8 bit SCSI minipodule, 
  81. SCSI hardcard, 16 bit SCSI.
  82.  
  83. 8 bit IDE minipodule, 16 bit IDE podule, 8 bit IDE Ultimate.
  84.  
  85. The 8 bit SCSI cards use a DP8490 controller (Nat Semi, 40 pin DIL 
  86. package) in that chip's DMA mode. The micropodule version provides a 
  87. memory mapped status register so you can poll DRQ. The other 8 bit cards 
  88. have a horrid state machine which stalls the MEMC cycle while waiting for 
  89. DRQ.
  90.  
  91. The 16 bit card has a NCR 53C94 or equivalent. The hardware of that card 
  92. is involved...
  93.  
  94. The IDE cards work about the same way as everyone else's bog standard 
  95. memory mapped IDE cards I expect :-) Only the addresses will be different.
  96.  
  97. The SCSI cards provide the standard Acorn SCSIDriver API and so work fine 
  98. with CDFS. The IDE cards don't support CDROMs although I do have some 
  99. working ATAPI code which never got released.
  100.  
  101. I would hazard a guess that it would be very easy to support the IDE 
  102. interfaces and reasonably tricky to support the SCSI ones. The simplest 
  103. SCSI interface to program is probably the 8 bit Micropodule.
  104.  
  105.  
  106. -- 
  107. http://www.wonderworks.co.uk --> Free RISC OS software
  108. Andy Armstrong
  109.